• frmStockRecord1.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmStockRecord1
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmStockRecord1));
32             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
33             
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
34             
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
35             
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
36             
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
37             
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
38             
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
39             
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
40             
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
41             
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
42             
this.groupBox1 = new System.Windows.Forms.GroupBox();
43             
this.txtProductname = new System.Windows.Forms.TextBox();
44             
this.groupBox2 = new System.Windows.Forms.GroupBox();
45             
this.button1 = new System.Windows.Forms.Button();
46             
this.label3 = new System.Windows.Forms.Label();
47             
this.label2 = new System.Windows.Forms.Label();
48             
this.dtpStockDateTo = new System.Windows.Forms.DateTimePicker();
49             
this.dtpStockDateFrom = new System.Windows.Forms.DateTimePicker();
50             
this.button2 = new System.Windows.Forms.Button();
51             
this.Button4 = new System.Windows.Forms.Button();
52             
this.lblUser = new System.Windows.Forms.Label();
53             
this.lblUserType = new System.Windows.Forms.Label();
54             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
55             
this.groupBox1.SuspendLayout();
56             
this.groupBox2.SuspendLayout();
57             
this.SuspendLayout();
58             
//
59             
// dataGridView1
60             
//
61             
this.dataGridView1.AllowUserToAddRows = false;
62             
this.dataGridView1.AllowUserToDeleteRows = false;
63             
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
64             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
65             
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
66             
this.Column1,
67             
this.Column7,
68             
this.Column8,
69             
this.Column2,
70             
this.Column3,
71             
this.Column4,
72             
this.Column5,
73             
this.Column6,
74             
this.Column9});
75             
this.dataGridView1.Location = new System.Drawing.Point(2, 114);
76             
this.dataGridView1.MultiSelect = false;
77             
this.dataGridView1.Name = "dataGridView1";
78             
this.dataGridView1.ReadOnly = true;
79             
this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
80             
this.dataGridView1.Size = new System.Drawing.Size(1195, 501);
81             
this.dataGridView1.TabIndex = 3;
82             
this.dataGridView1.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_RowHeaderMouseClick);
83             
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
84             
//
85             
// Column1
86             
//
87             
this.Column1.HeaderText = "Stock ID";
88             
this.Column1.Name = "Column1";
89             
this.Column1.ReadOnly = true;
90             
//
91             
// Column7
92             
//
93             
this.Column7.HeaderText = "Stock Date";
94             
this.Column7.Name = "Column7";
95             
this.Column7.ReadOnly = true;
96             
//
97             
// Column8
98             
//
99             
this.Column8.HeaderText = "Product ID";
100             
this.Column8.Name = "Column8";
101             
this.Column8.ReadOnly = true;
102             
//
103             
// Column2
104             
//
105             
this.Column2.HeaderText = "Product Name";
106             
this.Column2.Name = "Column2";
107             
this.Column2.ReadOnly = true;
108             
this.Column2.Width = 200;
109             
//
110             
// Column3
111             
//
112             
this.Column3.HeaderText = "Features";
113             
this.Column3.Name = "Column3";
114             
this.Column3.ReadOnly = true;
115             
this.Column3.Width = 200;
116             
//
117             
// Column4
118             
//
119             
this.Column4.HeaderText = "Supplier ID";
120             
this.Column4.Name = "Column4";
121             
this.Column4.ReadOnly = true;
122             
//
123             
// Column5
124             
//
125             
this.Column5.HeaderText = "Supplier Name";
126             
this.Column5.Name = "Column5";
127             
this.Column5.ReadOnly = true;
128             
this.Column5.Width = 150;
129             
//
130             
// Column6
131             
//
132             
this.Column6.HeaderText = "Quantity";
133             
this.Column6.Name = "Column6";
134             
this.Column6.ReadOnly = true;
135             
//
136             
// Column9
137             
//
138             
this.Column9.HeaderText = "Expiry Date";
139             
this.Column9.Name = "Column9";
140             
this.Column9.ReadOnly = true;
141             
//
142             
// groupBox1
143             
//
144             
this.groupBox1.Controls.Add(this.txtProductname);
145             
this.groupBox1.Location = new System.Drawing.Point(12, 12);
146             
this.groupBox1.Name = "groupBox1";
147             
this.groupBox1.Size = new System.Drawing.Size(293, 82);
148             
this.groupBox1.TabIndex = 4;
149             
this.groupBox1.TabStop = false;
150             
this.groupBox1.Text = "Search by Product Name";
151             
//
152             
// txtProductname
153             
//
154             
this.txtProductname.Location = new System.Drawing.Point(16, 40);
155             
this.txtProductname.Name = "txtProductname";
156             
this.txtProductname.Size = new System.Drawing.Size(245, 24);
157             
this.txtProductname.TabIndex = 0;
158             
this.txtProductname.TextChanged += new System.EventHandler(this.txtProductname_TextChanged);
159             
//
160             
// groupBox2
161             
//
162             
this.groupBox2.Controls.Add(this.button1);
163             
this.groupBox2.Controls.Add(this.label3);
164             
this.groupBox2.Controls.Add(this.label2);
165             
this.groupBox2.Controls.Add(this.dtpStockDateTo);
166             
this.groupBox2.Controls.Add(this.dtpStockDateFrom);
167             
this.groupBox2.Location = new System.Drawing.Point(326, 12);
168             
this.groupBox2.Name = "groupBox2";
169             
this.groupBox2.Size = new System.Drawing.Size(421, 82);
170             
this.groupBox2.TabIndex = 5;
171             
this.groupBox2.TabStop = false;
172             
this.groupBox2.Text = "Search By Stock Date";
173             
//
174             
// button1
175             
//
176             
this.button1.Location = new System.Drawing.Point(332, 40);
177             
this.button1.Name = "button1";
178             
this.button1.Size = new System.Drawing.Size(75, 23);
179             
this.button1.TabIndex = 14;
180             
this.button1.Text = "Search";
181             
this.button1.UseVisualStyleBackColor = true;
182             
this.button1.Click += new System.EventHandler(this.button1_Click);
183             
//
184             
// label3
185             
//
186             
this.label3.AutoSize = true;
187             
this.label3.Location = new System.Drawing.Point(172, 20);
188             
this.label3.Name = "label3";
189             
this.label3.Size = new System.Drawing.Size(24, 17);
190             
this.label3.TabIndex = 13;
191             
this.label3.Text = "To";
192             
//
193             
// label2
194             
//
195             
this.label2.AutoSize = true;
196             
this.label2.Location = new System.Drawing.Point(24, 20);
197             
this.label2.Name = "label2";
198             
this.label2.Size = new System.Drawing.Size(38, 17);
199             
this.label2.TabIndex = 12;
200             
this.label2.Text = "From";
201             
//
202             
// dtpStockDateTo
203             
//
204             
this.dtpStockDateTo.CustomFormat = "dd/MMM/yyyy";
205             
this.dtpStockDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
206             
this.dtpStockDateTo.Location = new System.Drawing.Point(175, 40);
207             
this.dtpStockDateTo.Name = "dtpStockDateTo";
208             
this.dtpStockDateTo.Size = new System.Drawing.Size(140, 24);
209             
this.dtpStockDateTo.TabIndex = 11;
210             
//
211             
// dtpStockDateFrom
212             
//
213             
this.dtpStockDateFrom.CustomFormat = "dd/MMM/yyyy";
214             
this.dtpStockDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
215             
this.dtpStockDateFrom.Location = new System.Drawing.Point(24, 39);
216             
this.dtpStockDateFrom.Name = "dtpStockDateFrom";
217             
this.dtpStockDateFrom.Size = new System.Drawing.Size(133, 24);
218             
this.dtpStockDateFrom.TabIndex = 6;
219             
//
220             
// button2
221             
//
222             
this.button2.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
223             
this.button2.Location = new System.Drawing.Point(865, 43);
224             
this.button2.Name = "button2";
225             
this.button2.Size = new System.Drawing.Size(94, 33);
226             
this.button2.TabIndex = 9;
227             
this.button2.Text = "&Reset";
228             
this.button2.UseVisualStyleBackColor = true;
229             
this.button2.Click += new System.EventHandler(this.button2_Click);
230             
//
231             
// Button4
232             
//
233             
this.Button4.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
234             
this.Button4.Location = new System.Drawing.Point(765, 43);
235             
this.Button4.Name = "Button4";
236             
this.Button4.Size = new System.Drawing.Size(94, 33);
237             
this.Button4.TabIndex = 8;
238             
this.Button4.Text = "&Export Excel";
239             
this.Button4.UseVisualStyleBackColor = true;
240             
this.Button4.Click += new System.EventHandler(this.Button4_Click);
241             
//
242             
// lblUser
243             
//
244             
this.lblUser.AutoSize = true;
245             
this.lblUser.Location = new System.Drawing.Point(991, 51);
246             
this.lblUser.Name = "lblUser";
247             
this.lblUser.Size = new System.Drawing.Size(39, 17);
248             
this.lblUser.TabIndex = 10;
249             
this.lblUser.Text = "label1";
250             
this.lblUser.Visible = false;
251             
//
252             
// lblUserType
253             
//
254             
this.lblUserType.AutoSize = true;
255             
this.lblUserType.Location = new System.Drawing.Point(1036, 51);
256             
this.lblUserType.Name = "lblUserType";
257             
this.lblUserType.Size = new System.Drawing.Size(39, 17);
258             
this.lblUserType.TabIndex = 11;
259             
this.lblUserType.Text = "label4";
260             
this.lblUserType.Visible = false;
261             
//
262             
// frmStockRecord1
263             
//
264             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
265             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
266             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
267             
this.ClientSize = new System.Drawing.Size(1209, 417);
268             
this.Controls.Add(this.lblUserType);
269             
this.Controls.Add(this.lblUser);
270             
this.Controls.Add(this.button2);
271             
this.Controls.Add(this.Button4);
272             
this.Controls.Add(this.groupBox2);
273             
this.Controls.Add(this.groupBox1);
274             
this.Controls.Add(this.dataGridView1);
275             
this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
276             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
277             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
278             
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
279             
this.MaximizeBox = false;
280             
this.Name = "frmStockRecord1";
281             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
282             
this.Text = "Stock Record";
283             
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmStockRecord_FormClosing);
284             
this.Load += new System.EventHandler(this.frmStockRecord_Load);
285             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
286             
this.groupBox1.ResumeLayout(false);
287             
this.groupBox1.PerformLayout();
288             
this.groupBox2.ResumeLayout(false);
289             
this.groupBox2.PerformLayout();
290             
this.ResumeLayout(false);
291             
this.PerformLayout();
292
293         }
294
295         
#endregion
296
297         
public System.Windows.Forms.DataGridView dataGridView1;
298         
private System.Windows.Forms.GroupBox groupBox1;
299         
private System.Windows.Forms.TextBox txtProductname;
300         
private System.Windows.Forms.GroupBox groupBox2;
301         
internal System.Windows.Forms.Button button2;
302         
internal System.Windows.Forms.Button Button4;
303         
public System.Windows.Forms.Label lblUser;
304         
private System.Windows.Forms.Label label3;
305         
private System.Windows.Forms.Label label2;
306         
public System.Windows.Forms.DateTimePicker dtpStockDateTo;
307         
public System.Windows.Forms.DateTimePicker dtpStockDateFrom;
308         
private System.Windows.Forms.Button button1;
309         
public System.Windows.Forms.Label lblUserType;
310         
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
311         
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
312         
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
313         
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
314         
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
315         
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
316         
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
317         
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
318         
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
319     }
320 }


Gõ tìm kiếm nhanh...